Skip to main content

Logging

All the spring logs are stored inside the logs/default folder in the root of your project. Spring are rolling every day.

In addition to spring logs, we log every state change of an entity:

  1. Creation
  2. Update
  3. Delete